home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / internet / zannetb1.zip / press.doc (.txt) < prev    next >
Word Document  |  1996-12-16  |  22KB  |  115 lines

  1.  
  2.  
  3. NEW INTERNET SOFTWARE COMPANY DEBUTS WITH WINDOWS 95 NETWORK CLIENT AND
  4. UNIX SERVER FOR WEBMASTERS
  5.  
  6. Software Provides a Windows 95 Network Drive that Maps to a Single Process,
  7. Single Client Server Running Under a Standard Unix Shell Account.
  8.  
  9. DELRAY BEACH, FL, December 16, 1996 - Zan Software, a new software firm
  10. specializing in Internet software, today introduced a beta of its first
  11. product called ZanNet. The software provides Windows 95 users with a
  12. network drive to access their web files through a standard Unix shell
  13. account. The product allows server file maintenance through standard file
  14. utilities such as the Windows Explorer rather than using traditional Unix
  15. based tools like the File Transfer Protocol (FTP) and Unix command line.
  16.  
  17. Breaking away from the classical client/server paradigm, the ZanNet server
  18. is a single process that handles a single Windows client. This design keeps
  19. the server code simple and portable. Because all configuration of the
  20. software is maintained on the client side, server installation is a snap
  21. and requires no help from a Unix system administrator. Great news for small
  22. to medium sized companies maintaining web files through an Internet Service
  23. Provider (ISP) with a combination of FTP and Unix command line. The initial
  24. ZanNet beta contains server binaries for SunOS, Linux, FreeBSD, and AIX
  25. with more on the way. POSIX compliant source code for the server is also
  26. provided with a single 2000 line C language source file making porting easy
  27. for even the most novice C programmers.
  28.  
  29. "Last June, I was looking for a better way to maintain my web files through
  30. a local ISP. I asked the Internet provider if I could access my files with
  31. the Network File System (NFS) standard. Their response was: NF what?" said
  32. Zan Oliphant, founder and president of Zan Software. "Even if they know how
  33. to configure a server for a Windows client, fearing security problems,
  34. Internet Service Providers are hesitant to allow anything but FTP and shell
  35. account access. ZanNet avoids this security risk by requiring login through
  36. a shell account and provides for more flexibility than FTP and better
  37. usability than the Unix command line."
  38.  
  39. Seeing a market for a new product, Mr. Oliphant, with help from a crew of
  40. programmers, took on the 6 month development project.
  41.  
  42. "Our design philosophy was to keep the server side extremely simple
  43. requiring no intervention on the part of the service provider. That way, a
  44. Windows user could configure the server through a standard Unix Telnet
  45. login without needing administrative privileges," went on Oliphant.
  46. "Keeping the ISP happy was also a priority. We kept the Unix binary under
  47. 50,000 bytes in size for a small memory image and maintained tight control
  48. of the server's CPU cycles."
  49.  
  50. The client software, consisting of a Windows 95 network provider and
  51. network redirector, communicates with the Unix server through both WinSock
  52. and Microsoft's TCP/IP-32 VxD Interface. A control connection is
  53. established to the server with WinSock through Telnet by the Windows
  54. network provider. After control is established through WinSock, network
  55. file system requests are sent to the server by the ZanNet network
  56. redirector with the TCP/IP-32 VxD Interface. Once ZanNet is setup for the
  57. first time, it can automatically connect a network drive after an Internet
  58. connection is established. Multiple volumes and multi-threaded I/O are also
  59. supported. File progress is available through a user dialog in addition to
  60. I/O speed and other statistics. ZanNet network file system I/O can be
  61. stopped at any time with both a hot-key sequence and control buttons to
  62. free applications from an I/O request on a slow or dead server. Password
  63. security is provided by the Windows 95 password caching mechanism. For Unix
  64. porting and problem debugging, server debug messages can be enabled through
  65. the Telnet connection.
  66.  
  67. After weeks of in-house testing, in addition to alpha testing with selected
  68. ISPs, a 30 day trail beta of ZanNet is available to the general public
  69. from: http://www.gate.net/~zan. The product is initially priced at $95.00
  70. for a single user license. For more information, contact Zan Oliphant at
  71. zan@gate.net.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.